home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / BUSINESS / CTS30_1.ARJ / COMSET.DOC < prev    next >
Text File  |  1988-06-11  |  3KB  |  61 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.                                      COMSET
  11.                                 By David Macchia
  12.  
  13.              Comset  will install com ports 3 and 4 in the DOS bios  area 
  14.         for IBM PC, XT, AT's and compatibles.  The power on self tests on 
  15.         these  machines  only  tests for the presence of  the  first  two 
  16.         serial  ports,  and  as  a result  any  program  which  uses  DOS 
  17.         functions  cannot  access ports 3 and 4.  DOS  versions  3.3  and 
  18.         above  supports COM3 and COM4 as devices, and after using  comset 
  19.         you  may use the MODE command and redirection of output to  these 
  20.         ports.
  21.  
  22.              Most programs which support COM3 and COM4 do so by using the 
  23.         actual  device  addresses  rather than the  DOS  function  calls.
  24.         However  those  which  go thru DOS cannot "see" ports  3  and  4.  
  25.         Many  programs will not allow selection of any port  above  COM2.  
  26.         To  get  around  this there are a couple  of  companion  programs 
  27.         included  with this package which will swap the com ports in  the 
  28.         DOS  bios area.  They are called COMSWPxy.COM, where x and y  are 
  29.         the ports which are swapped (ie: COMSWP14.COM will exchange ports 
  30.         1 and 4).
  31.  
  32.              Swapping the ports will allow you to access these ports, but 
  33.         will  not affect the use of them by direct access programs.   For 
  34.         instance  I have my modem installed as COM4 and have  swapped  it
  35.         with  COM1.   Sidekick and Async are configured as  COM1,  while 
  36.         Procomm  and  Xtalk are still configured as COM4.   My  mouse  is 
  37.         actually  connected to the physical COM1, and uses direct  access 
  38.         so is configured as COM1.  This may sound complicated, but I just 
  39.         COMSET  and  COMSWAP14  in my autoexec.bat  file  and  everything 
  40.         works.
  41.  
  42.              A few notes:
  43.  
  44.         1)   Physical  ports 1 and 3, use the same interrupt as do 2  and      
  45.              4. If you are using a mouse on one of the ports you probably
  46.              will  not  be able to run a communications  program  on  the
  47.              other as the are both usually interrupt driven.
  48.  
  49.         2)   Using  Sidekick's dialer may require the use of  the  public
  50.              domain program called SKFIX.COM, which is available on  most
  51.              bulletin boards, to fool Sidekick into thinking DSR is high.
  52.              If you are using version 1.52 you may find you will need  to 
  53.              patch  out  address  xxxx:8BB6 from 74 F0 to  90  90.   This 
  54.              worked  for  me, and really has nothing do do  with  comset.  
  55.              SKFIX  will  also  allow you to send  stuff  to  your  modem 
  56.              through DOS redirection such as "TYPE SETUP.TXT >  COM4:" to 
  57.              send  the contents of setup.txt to the modem even if DSR  is 
  58.              low.
  59.  
  60.  
  61.